home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / winnicklist < prev    next >
Text File  |  2001-03-21  |  421b  |  18 lines

  1. Synopsis:
  2.    $winnicklist([<window>])
  3.  
  4. Technical:
  5.    This function is a way to access the nick list of a given window. The nick
  6.    list is a list of nicknames/channels whose messages should be sent to that
  7.    window.
  8.  
  9. Returns:
  10.    list of channels/nicks whose messages are being sent to that window
  11.  
  12. Examples:
  13.    $winnicklist(1)                 returns nick list for window #1
  14.  
  15. See Also:
  16.    window(4) add
  17.  
  18.